fix comparison
authorKevin Albertson <kevin.eric.albertson@gmail.com>
Tue, 20 May 2025 00:25:36 +0000 (20:25 -0400)
committerKevin Albertson <kevin.eric.albertson@gmail.com>
Tue, 20 May 2025 00:45:21 +0000 (20:45 -0400)
.github/workflows/cmake.yml

index f9ff127709181ad9c35b58db0f98ab6ed07a4dd8..b94c3fe8e8784ee667d199c806dbb92d6dba8bb0 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           build/libutf8proc.*
           build/Debug/utf8proc.*
     - name: Test Consuming (Windows)
-      if: runner.os = 'Windows'
+      if: runner.os == 'Windows'
       run: |
         cmake --install build --config Debug
         cmake -S test/app -B test/app/build -DCMAKE_INSTALL_PREFIX=tmp/install